home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 722 / 722.xpi / chrome / noscript.jar / content / noscript / frameOptErr.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2010-02-12  |  988 b   |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE html [
  4. <!ENTITY % noscript SYSTEM "chrome://noscript/locale/noscript.dtd" >
  5. %noscript;
  6. <!ENTITY % noscriptFB  SYSTEM "chrome://noscript/content/en-US/noscript.dtd" >
  7. %noscriptFB;
  8. <!ENTITY % globalDTD
  9.     SYSTEM "chrome://global/locale/global.dtd">
  10. %globalDTD;
  11. ]
  12. >
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14.   <head>
  15.     <title>&noscriptFrameOptErr.title;</title>
  16.     <link rel="stylesheet" href="chrome://global/skin/netError.css" type="text/css" media="all" />
  17.   </head>
  18.   <body dir="&locale.dir;">
  19.     <div id="errorPageContainer">
  20.       <div id="errorTitle">
  21.         <h1 id="errorTitleText">&noscriptFrameOptErr.title;</h1>
  22.       </div>
  23.       <div id="errorLongContent">
  24.         <div id="errorShortDesc">
  25.           <p id="errorShortDescText">&noscriptFrameOptErr.desc;</p>
  26.         </div>
  27.       </div>
  28.       <a href="#" id="link" target="_blank">&noscriptFrameOptErr.link;</a>
  29.     </div>
  30.   </body>
  31. </html>